home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1997 July / EnigmA AMIGA RUN 20 (1997)(G.R. Edizioni)(IT)[!][issue 1997-07 & 08][EAR-CD IV].iso / earcd / mus / play / lowplay.lha / lowplay.doc < prev    next >
Text File  |  1997-04-10  |  6KB  |  248 lines

  1.  
  2. LowPlay v1.00 Guide
  3.  
  4.  
  5.                               LowPlay v1.00
  6.                     "A small and simple NT/ST/PT player. "
  7.                             By Antony Lincoln.
  8.  
  9.  
  10.  
  11.  
  12. Copyright and Distribution
  13. Disclaimer
  14. History
  15. Bugs !
  16. Contacting me...
  17. What is it ?
  18. Requirements
  19. Usage
  20. But it doesn't....
  21. Future
  22. Other Projects
  23.  
  24.  
  25. What is LowPlay ?
  26.  
  27. LowPlay is a small CLI program (7k) that simply plays the following module
  28. formats :
  29.  
  30. ProTracker (All)
  31. SoundTracker (Most)
  32. NoiseTracker (All)
  33.  
  34. If your do find one of these that doesn't play, contact me.
  35.  
  36. What do I need to run it?
  37.  
  38. An Amiga. I'm not sure what OS version you need.
  39.  
  40. It works on the following (my machine) :
  41.  
  42. Amiga A1200 10Mb, 400Mb HD. WB 40.42, Kick 39.106.
  43.  
  44. What files should I have?
  45.  
  46. This distributtion MUST contain :
  47.  
  48. LowPlay        -   7660   - The main program
  49. LowPlay.guide  -   6423   - The AmigaGuide® documentation.
  50. LowPlay.doc    -          - The ASCII documentation.
  51.  
  52. If any of the files are missing or the incorrect size, contact me.
  53.  
  54.  
  55. History
  56.  
  57.  
  58. Version v0.90 - Week Beginning 07/04/97
  59. -------------   ---- --------- --------
  60.  
  61. Began development. Various bugs to do with play-routine. Fixed major timing
  62. problem.
  63.  
  64. Version v0.99 - 08/04/97
  65. -------------   --------
  66.  
  67. Fixed command line parsing problem, added dynamic error reporting.
  68. Also fixed yet another timing problem.
  69.  
  70. Version v1.00 - 09/04/97
  71. -------------   --------
  72.  
  73. FIRST PUBLIC RELEASE
  74.  
  75. Improved file loading routine, fixed problem whereby after loading
  76. a module, the program wouldn't allow you to delete the file specified !
  77. Now fixed, but uses more mem (loads everything into buff)
  78.  
  79. Copyright and Distribution
  80.  
  81. This program is distrubuted under the concept of FREEWARE !
  82. In other words, you can copy it and
  83. freely distribute it (including uploading to BBS/Aminet etc.), as long as:
  84.  
  85. - You don't charge anything for it (except for media costs, about £5 UK max.)
  86. - You include ALL files listed.
  87. - You don't modify any files.
  88.  
  89. (For inclusion on compilation CDs or magazine coverdisks/cover CDs, contact
  90. me.  Any other queries, contact me.  No permission is necessary for
  91. inclusion on Aminet or Fred Fish CDs.)
  92.  
  93. For clarity, here is the copyright info, as in the source code.
  94.  
  95. /* LowPlay v1.00
  96.    Copyright © 1997 Antony Lincoln.
  97.    E v3.2a 09/04/97 19:35:59 */
  98.  
  99.  
  100. --
  101.  
  102. If you really feel you need to send stuff or thank me, click here !
  103.  
  104.  
  105.  
  106. Disclaimer
  107.  
  108. You use this program entirely at your own risk.  The author will accept no
  109. responsibility whatsoever for any loss or damage caused by this program
  110. including but not limited to loss of or damage to data.
  111.  
  112. Using LowPlay
  113.  
  114.  
  115. This must be used from either a CLI (Shell) or a script.
  116. The command accepts the following parameters :
  117.  
  118. <filename>
  119.  
  120. Where filename is the name and path of the NT/ST/PT module you wish to play.
  121.  
  122. If you don't pass a command, the program will display USAGE info.
  123.  
  124. To quit while playing, press Ctrl-C !
  125.  
  126. For inclusion into a script, try something like this
  127.  
  128. LowPlay >NIL: ram:mod.mymodule
  129.  
  130. This will NOT display any copyright info and play the mod.
  131.  
  132. But it doesn't....
  133.  
  134. But it doesn't....
  135.  
  136. Play exotic modules such as OctaMED, XM,  etc....
  137.  
  138. - I know !
  139.  
  140. Allow me to select wether I wan't the module to loop
  141.  
  142. - This will be in the next version
  143.  
  144. Have a fancy GUI
  145.  
  146. - The whole idea is that it's a CLI player !
  147.  
  148. Work while using my graphics package etc...
  149.  
  150. - Hmm... this could be a problem, contact me.
  151.  
  152.  
  153. Bugs !
  154.  
  155. The only problems I've found myself are.....
  156.  
  157. - On some modules, particulary ones that have been converted from OctaMED
  158. using AMFC etc... play slower than they should do...
  159.  
  160. - If a module is corrupt the program doesn't seem to report it, it just
  161. comes up with `File not found'
  162.  
  163. Anyway, if you do find any bugs, contact me.
  164.  
  165.  
  166.  
  167.  
  168.  
  169. Contacting me..
  170.  
  171.  
  172. I can be reached in various ways, but many are more preferable than others.
  173.  
  174. By Internet E-Mail :
  175.  
  176. clumbersoft@cyberjunkie.com  (My company's address)
  177.  
  178. widget@enterprise.net   (My main address)
  179.  
  180. antony@cyberjunkie.com  (My other address)
  181.  
  182.  
  183. By Snail Mail :
  184.  
  185.     Antony Lincoln
  186.       3 Meadow Drive
  187.          Worksop
  188.           Nottinghamshire.
  189.           S80 3QF
  190.  
  191.           ENGLAND.
  192.  
  193.  
  194. Also, my BBS will be online soon, so contact me for more info.
  195.  
  196. As for donations, they are not required but I'd be very grateful if sent.
  197.  
  198. For example, if someone sent me a pound coin, I'd be happy to send them
  199. the latest version via. E-Mail, with there own name contained.
  200.  
  201. If someone sent me an Aminet CD-ROM they'd definately be registered with
  202. all my current and forthcoming programs.
  203.  
  204. If someone sent me their old HD, they'd become a CoSysop !
  205.  
  206. Commercial companies, I'd be happy for you to include my program for no
  207. charge, although please inform me first !
  208.  
  209. (Oh, my PGP key is available at)
  210.  
  211. http://homepages.enterprise.net/widget/pgp/ant.pgp
  212.  
  213. Future ideas
  214.  
  215. There's a lot of stuff thaat could be done to improve this program,
  216. but here what's on the top of my list :
  217.  
  218. Option of repeating                 (Done - v1.01)
  219.  
  220. Tempo adjust                        (Nearly done - v1.01)
  221.  
  222. Volume                              (Done - v1.01)
  223.  
  224. Debug mode                          (Nearly done - v1.02)
  225.  
  226. Mixing options                      (Nearly done - v1.02)
  227.  
  228. Other formats                       (STP 3 on the way....)
  229.  
  230. Other projects...
  231.  
  232. Well, there are a few projects in the pipeline from ClumberSoft,
  233. written by various programmers.....
  234. We're always on the look out for new members though !
  235.  
  236. iPEG - Fast MPEG player, managed 6fps on standard A1200 !
  237.  
  238. Works2Amiga - Conversion utility for Amiga, allows MS Works files to be
  239. converted to various Amiga formats !
  240.  
  241. WorkBunch - Vital replacements to WB, also some exec.library patches etc..
  242.  
  243. And some others.....
  244.  
  245.  
  246.  
  247.  
  248.